SpellCheckingResult

public interface SpellCheckingResult

A spell checking result that contains the bounds of a mis-spelled substring of the checked text.

Functions

Link copied to clipboard
public int length()
Returns the length of the mis-spelled word in the checked text.
Link copied to clipboard
public int location()
Returns the location of the first symbol in the mis-spelled word in the checked text that is considered as mis-spelled by the spell checker.